STEP 12: Hm. We want our ball to move, not our soccer player!
We can use a sprite's variable name to assign actions to a sprite. This is called dot notation.
- In your .set_x_speed(5) command, change the name in front from sprite to ball.
- Click Run. Now, your ball should be bouncing horizontally back and forth on the stage.
To navigate the page using the TAB key, first press ESC to exit the code editor.